home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / intro.dir / 00028_mainmenu up.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  332 b   |  16 lines

  1. on mouseDown
  2.   global myLine
  3.   if the castNum of sprite 24 < 100 then
  4.     beep()
  5.     exit
  6.   end if
  7.   puppetSprite(10, 0)
  8.   set the movieRate of sprite 24 to 0
  9.   if the machineType = 256 then
  10.     set the video of cast (myLine + 100) to 0
  11.     set the controller of cast (myLine + 100) to 0
  12.   end if
  13.   updateStage()
  14.   go("toMain")
  15. end
  16.